Resource Path: /api/resource
Uri: http://doc.jamsscheduler.com/api/resource
Description
Updates an existing resource
Request
The request body is of type Resource.
Resource definition to be updated
Overview
|
Resource
|
lastChangeUTC : string
|
|
lastChangedBy : string
|
|
resourceName : string
|
|
resourceID : integer
|
|
quantityAvailable : integer
|
|
quantityInUse : integer
|
|
agentSpecific : boolean
|
|
description : string
|
|
|
agentName : string
|
|
agentId : integer
|
|
quantityAvailable : integer
|
|
quantityInUse : integer
|
|
|
|
|
identifier : string
|
|
inherited : boolean
|
|
flags : string
|
|
accessList : Array[string]
|
|
|
|
Response
The response body is of type string.
OK
See Also